diff options
| author | Fuwn <[email protected]> | 2024-06-13 06:55:39 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-13 06:55:46 -0700 |
| commit | bc94dfb5403a7201a619870fdca19a87d9a8c576 (patch) | |
| tree | cb92eb2d512990a85fe12e6058ab6763b3f99ffd /src/routes/user/[user]/badges | |
| parent | fix(service-worker): chrome fetches (diff) | |
| download | due.moe-bc94dfb5403a7201a619870fdca19a87d9a8c576.tar.xz due.moe-bc94dfb5403a7201a619870fdca19a87d9a8c576.zip | |
feat(badges): overseer wording
Diffstat (limited to 'src/routes/user/[user]/badges')
| -rw-r--r-- | src/routes/user/[user]/badges/+page.svelte | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/routes/user/[user]/badges/+page.svelte b/src/routes/user/[user]/badges/+page.svelte index c1a3ae51..150f2167 100644 --- a/src/routes/user/[user]/badges/+page.svelte +++ b/src/routes/user/[user]/badges/+page.svelte @@ -519,12 +519,13 @@ {#if shadowHidden} <div class="card"> - <b>Notice:</b> The Badge Wall overseer has detected badges containing - AI-generated material. {shadowHiddenCount} of your badges have been shadow hidden. + <b>Notice:</b> The Badge Wall overseer system has detected badges containing + AI-generated material on your wall. {shadowHiddenCount} of your badges have been + shadow hidden. <p /> - Please use "Un-shadow Hide Badges" button to unhide your Badge Wall, from where you - will be required to use the hide feature to hide these badges from the public, while - allowing them to stay visible to you as the account holder. + You may use the "Un-shadow Hide Badges" button to unhide these badges, from where + you will be required to use the hide feature to hide these badges from the public, + while allowing them to stay visible to you as the account holder. </div> {:else if !noticeDismissed} <div class="card"> |